home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / usenet / sources / volume91 / utilitys / sman_1_1 / part01 / src / sless_help.h < prev    next >
Text File  |  1991-07-29  |  1KB  |  29 lines

  1.  
  2. int helplen = -1;
  3.  
  4. const char helpstr[] =
  5. "\n"\
  6. "                          Sless V"\
  7. VERSION\
  8. "\n"\
  9. "                        by Jon Spencer\n"\
  10. "\n"\
  11. "     <space>...............Advance text one page.\n"\
  12. "     <backspace> or 'b'....Move back one page.\n"\
  13. "     'd'...................Move down half of a page.\n"\
  14. "     'u'...................Move up half of a page.\n"\
  15. "     <return> or\n"\
  16. "      <down arrow>.........Move down one line.\n"\
  17. "     <up arrow>............Move up one line.\n"\
  18. "     '<' or\n"\
  19. "      <shift><up arrow>....Move to the top of the file.\n"\
  20. "     '>' or\n"\
  21. "      <shift><down arrow>..Move to the bottom of the file.\n"\
  22. "     '/'...................Search forward for a pattern.\n"\
  23. "     ';'...................Search backward for a pattern.\n"\
  24. "     'n'...................Search for next occurance of last pattern.\n"\
  25. "     'p'...................Search for previous occurance of last pattern.\n"\
  26. "     '?' or 'h' or <help>..This help page.\n"\
  27. "     'q'...................quit (press this to return to the file.)\n"
  28. ;
  29.